Welcome![Sign In][Sign Up]
Location:
Search - RSA Encryption

Search list

[Windows DevelopCrypt-OpenSSL-RSA-0.24.tar

Description: 基于 RSA的文件加密算法库支持各种加密算法 -Based on the RSA encryption algorithm Library of documents to support various encryption algorithm
Platform: | Size: 12288 | Author: zhangyingxian | Hits:

[Crack HackRSA

Description: 对加密算法RSA的C++实现,RSA是非对称经典加解密算法-RSA encryption algorithm on the C++ to achieve
Platform: | Size: 34816 | Author: fox | Hits:

[WEB Codersa

Description: ASP中通过vbs类实现rsa加密与解密 有两文件组成 test.ASP 测试演示文件 clsrsa.ASP 实现rsa加密与解密的vbs类文件-Vbs type of ASP through the realization of rsa encryption and decryption files test.ASP two tests to achieve clsrsa.ASP presentation rsa encryption and decryption of the class file vbs
Platform: | Size: 2048 | Author: eeleo | Hits:

[Crack HackRSA

Description: 基于大数库的RSA加密算法c#实现。大数库使用的是Documentation for C# BigInteger cla- Database based on large numbers of RSA encryption algorithm c# to achieve
Platform: | Size: 837632 | Author: 张三 | Hits:

[Crack HackRSA-MFC

Description: RSA-MFC,基于MFC的RSA加密算法的实现,可以用于16进制文件的加解密-RSA-MFC, the MFC based on the realization of RSA encryption algorithm, can be used for 16-band file encryption and decryption
Platform: | Size: 3763200 | Author: 高飞 | Hits:

[Otherrsa

Description: 本程序主要用C实现了RSA算法。具体为输入数字进行RSA加密或解密。可根据自己要求做出适当修改。-C major with the procedures of the RSA algorithm realization. Specific figures for the importation of RSA encryption or decryption. May request in accordance with their amended as appropriate.
Platform: | Size: 120832 | Author: zhujieli | Hits:

[Crack HackRSA

Description: 实现了RSA加密算法,可以对一段文字进行加密解密-The realization of the RSA encryption algorithm, can be carried out on a section of text encryption and decryption
Platform: | Size: 37888 | Author: alex | Hits:

[Crack Hackrsa

Description: 用VHDL求rsa加密系统的密钥D(辗转相除法)-Using VHDL for rsa key encryption system D(Division algorithm)
Platform: | Size: 2384896 | Author: 齐娜 | Hits:

[Crack HackRSA

Description: Here is an example of RSA encryption and decryption.
Platform: | Size: 701440 | Author: Tati | Hits:

[CA authRSA

Description: rsa加密解密的实现算法用C语言实现的可用于下载学习-rsa encryption algorithm decryption
Platform: | Size: 1024 | Author: JES | Hits:

[Crack HackRSA

Description: rsa加密的源代码,能随机产生200位的素数-rsa encryption source code can be randomly generated 200 of the prime number. . . . . . .
Platform: | Size: 1918976 | Author: 李凯 | Hits:

[Crack HackRSA(VB)

Description: RSA加密算法的VB实现,带有调用的实便,拿来就可以利用的-RSA encryption algorithm of the VB implementation, with a real call it, brought on the available
Platform: | Size: 10240 | Author: 高华 | Hits:

[Crack Hackdsa

Description: rsa加密源代码,欢迎大家使用。还不够20个字符么-rsa encryption source code, welcome to use. 20 characters is not enough Yao
Platform: | Size: 17408 | Author: lexyao | Hits:

[CA authRSA

Description: 使用java编写的一个实现加密的RSA算法-Written in a java implementation to use the RSA encryption algorithm
Platform: | Size: 44032 | Author: 张仪 | Hits:

[Crack HackRSA

Description: 输入明文,用rsa算法加密,然后输出加密后的密文,再用此算法解密,输出解密后的明文。-Input plaintext, using rsa encryption algorithm, and then the output encrypted ciphertext, and then decrypt this algorithm, the output of the plaintext after decryption.
Platform: | Size: 817152 | Author: 陌生初熏 | Hits:

[Crack HackRSA

Description: RSA加密 RSA加密实现了RSA加密技术-RSA encryption RSA encryption RSA encryption technology to achieve a
Platform: | Size: 34816 | Author: meow | Hits:

[Crack HackRSA

Description: RSA 加密解密的简单实现 平时的作业,发出来给大家共享下-RSA encryption and decryption of a simple realization of the usual operations, issued to give everyone to share the
Platform: | Size: 8192 | Author: 胡晓波 | Hits:

[CSharpRSA

Description: RSA encryption using private key and RSA decryption using public key. c sharp implementation.
Platform: | Size: 81920 | Author: mysteriousbangalor | Hits:

[Crack HackResearch-And-Development-Of-RSA-File-Encryption.ra

Description: 分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。给出关键类类图、整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应用程序进行改进,对关键算法进行尽可能的优化,最终得到一个在windows运行的可以用指定密钥对任意文件进行RSA加密并可解密的完整应用程序,和一些相关的可移植组件。-Do research about the application area of RSA encryption and reason that RSA can be used for file encryption. Design a RSA file-encrypt solution and complete an application on Microsoft Windows™ . Design a C++ class based on normal RSA algorithm. And make a DLL module based on the class. Then complete a .Net Framework™ window-application using that DLL. The application can encrypt any file and decrypt them. The file after encryption can be saved as a text file. And the encryption-keys also can be saved as text.Provide pivotal classes chart, project description, core algorithm flowchart, all source code, and module interfaces document. Do application performance test and record the performance data. Analyze the result then optimize core algorithm and improve the application. Finally, create a practical application using RSA algorithm that can encrypt and decrypt any file. And several modules in the project can be reuse by other applications. For instance, the C++ class can be
Platform: | Size: 1044480 | Author: 张波 | Hits:

[Crack HackRSA

Description: 基于大数库miracl的RSA加解密算法,其中gen.c是产生密钥,encode.c是进行加密,decode.c是进行解密-Based on large numbers of RSA encryption and decryption library miracl algorithm, which gen.c is to generate the key, encode.c is encrypted, decode.c is to decrypt
Platform: | Size: 1372160 | Author: hbhb | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net